Graph.edges

Set the edges this graph has

  1. T[][T] edges [@property getter]
  2. T[][T] edges [@property setter]
    struct Graph(T = string)
    @property
    void
    edges
    (
    T[][T] value
    )

Parameters

value T[][T]

The new edges of the graph

Meta